ASP.NET Core MVC コントロールヘルプ
OnClientCheckedItemsChanged メソッド (ListBoxBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ListBoxBuilder<T> クラス : OnClientCheckedItemsChanged メソッド
The value.
Configurates the C1.Web.Mvc.ListBox<T>.OnClientCheckedItemsChanged client event. Occurs when the value of the @see:checkedItems property changes.
シンタックス
'宣言
 
Public Function OnClientCheckedItemsChanged( _
   ByVal value As System.String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> OnClientCheckedItemsChanged( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
参照

ListBoxBuilder<T> クラス
ListBoxBuilder<T> メンバ